Home
last modified time | relevance | path

Searched refs:ISCSI_DEF_MAX_RECV_SEG_LEN (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/isert/
H A Dib_isert.h41 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISCSI_DEF_MAX_RECV_SEG_LEN)
66 #define ISER_RX_SIZE (ISCSI_DEF_MAX_RECV_SEG_LEN + 1024)
/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi_iscsi.c83 ISCSI_DEF_MAX_RECV_SEG_LEN, in qedi_conn_free_login_resources()
91 ISCSI_DEF_MAX_RECV_SEG_LEN, in qedi_conn_free_login_resources()
103 ISCSI_DEF_MAX_RECV_SEG_LEN, in qedi_conn_alloc_login_resources()
114 ISCSI_DEF_MAX_RECV_SEG_LEN, in qedi_conn_alloc_login_resources()
120 qedi_conn->gen_pdu.resp_buf_size = ISCSI_DEF_MAX_RECV_SEG_LEN; in qedi_conn_alloc_login_resources()
148 dma_free_coherent(&qedi->pdev->dev, ISCSI_DEF_MAX_RECV_SEG_LEN, in qedi_conn_alloc_login_resources()
153 dma_free_coherent(&qedi->pdev->dev, ISCSI_DEF_MAX_RECV_SEG_LEN, in qedi_conn_alloc_login_resources()
736 bd_tbl->sge_len = ISCSI_DEF_MAX_RECV_SEG_LEN; in qedi_iscsi_prep_generic_pdu_bd()
784 memset(qedi_conn->gen_pdu.req_buf, 0, ISCSI_DEF_MAX_RECV_SEG_LEN); in qedi_mtask_xmit()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/iser/
H A Diser_initiator.c185 ISCSI_DEF_MAX_RECV_SEG_LEN, DMA_TO_DEVICE); in iser_free_login_buf()
203 desc->req = kmalloc(ISCSI_DEF_MAX_RECV_SEG_LEN, GFP_KERNEL); in iser_alloc_login_buf()
208 ISCSI_DEF_MAX_RECV_SEG_LEN, in iser_alloc_login_buf()
231 ISCSI_DEF_MAX_RECV_SEG_LEN, in iser_alloc_login_buf()
H A Discsi_iser.h158 #define ISER_RX_LOGIN_SIZE (ISER_HEADERS_LEN + ISCSI_DEF_MAX_RECV_SEG_LEN)
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c953 ISCSI_DEF_MAX_RECV_SEG_LEN, in bnx2i_conn_free_login_resources()
961 ISCSI_DEF_MAX_RECV_SEG_LEN, in bnx2i_conn_free_login_resources()
981 ISCSI_DEF_MAX_RECV_SEG_LEN, in bnx2i_conn_alloc_login_resources()
992 ISCSI_DEF_MAX_RECV_SEG_LEN, in bnx2i_conn_alloc_login_resources()
998 bnx2i_conn->gen_pdu.resp_buf_size = ISCSI_DEF_MAX_RECV_SEG_LEN; in bnx2i_conn_alloc_login_resources()
1023 dma_free_coherent(&hba->pcidev->dev, ISCSI_DEF_MAX_RECV_SEG_LEN, in bnx2i_conn_alloc_login_resources()
1028 dma_free_coherent(&hba->pcidev->dev, ISCSI_DEF_MAX_RECV_SEG_LEN, in bnx2i_conn_alloc_login_resources()
1065 bd_tbl->buffer_length = ISCSI_DEF_MAX_RECV_SEG_LEN; in bnx2i_iscsi_prep_generic_pdu_bd()
1195 memset(bnx2i_conn->gen_pdu.req_buf, 0, ISCSI_DEF_MAX_RECV_SEG_LEN); in bnx2i_mtask_xmit()
H A Dbnx2i_hwi.c1405 } else if (datalen > ISCSI_DEF_MAX_RECV_SEG_LEN) { in bnx2i_process_scsi_cmd_resp()
1409 datalen = ISCSI_DEF_MAX_RECV_SEG_LEN; in bnx2i_process_scsi_cmd_resp()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dlibiscsi_tcp.c757 if (ISCSI_DEF_MAX_RECV_SEG_LEN < tcp_conn->in.datalen) { in iscsi_tcp_hdr_dissect()
763 ISCSI_DEF_MAX_RECV_SEG_LEN, opcode); in iscsi_tcp_hdr_dissect()
1107 conn->max_recv_dlength = ISCSI_DEF_MAX_RECV_SEG_LEN; in iscsi_tcp_conn_setup()
H A Dlibiscsi.c677 if (data_size > ISCSI_DEF_MAX_RECV_SEG_LEN) { in __iscsi_conn_send_pdu()
678 …"Invalid buffer len of %u for login task. Max len is %u\n", data_size, ISCSI_DEF_MAX_RECV_SEG_LEN); in __iscsi_conn_send_pdu()
2978 get_order(ISCSI_DEF_MAX_RECV_SEG_LEN)); in iscsi_conn_setup()
3029 get_order(ISCSI_DEF_MAX_RECV_SEG_LEN)); in iscsi_conn_teardown()
/OK3568_Linux_fs/kernel/include/scsi/
H A Discsi_proto.h639 #define ISCSI_DEF_MAX_RECV_SEG_LEN 8192 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic.c1721 ISCSI_DEF_MAX_RECV_SEG_LEN; in cnic_setup_bnx2x_ctx()
1831 ictx->ustorm_st_context.negotiated_rx |= ISCSI_DEF_MAX_RECV_SEG_LEN; in cnic_setup_bnx2x_ctx()