Home
last modified time | relevance | path

Searched refs:kcqe (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dcnic.c988 struct kcqe **kcq; in cnic_alloc_kcq()
997 kcq = (struct kcqe **) info->dma.pg_arr; in cnic_alloc_kcq()
1425 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes()
1551 struct iscsi_kcqe kcqe; in cnic_bnx2x_iscsi_init2() local
1552 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2()
1554 memset(&kcqe, 0, sizeof(kcqe)); in cnic_bnx2x_iscsi_init2()
1556 kcqe.completion_status = in cnic_bnx2x_iscsi_init2()
1578 kcqe.completion_status = ISCSI_KCQE_COMPLETION_STATUS_SUCCESS; in cnic_bnx2x_iscsi_init2()
1581 kcqe in cnic_bnx2x_iscsi_init2()
1880 struct iscsi_kcqe kcqe; cnic_bnx2x_iscsi_ofld1() local
1998 struct iscsi_kcqe kcqe; cnic_bnx2x_iscsi_destroy() local
2227 struct l4_kcq kcqe; cnic_bnx2x_offload_pg() local
2242 struct l4_kcq kcqe; cnic_bnx2x_update_pg() local
2352 struct fcoe_kcqe kcqe; cnic_bnx2x_fcoe_ofld1() local
2499 struct fcoe_kcqe kcqe; cnic_bnx2x_fcoe_destroy() local
2583 struct kcqe kcqe; cnic_bnx2x_kwqe_err() local
2889 struct kcqe *kcqe; cnic_get_kcqes() local
3942 cnic_cm_process_offld_pg(struct cnic_dev *dev, struct l4_kcq *kcqe) cnic_cm_process_offld_pg() argument
3973 cnic_process_fcoe_term_conn(struct cnic_dev *dev, struct kcqe *kcqe) cnic_process_fcoe_term_conn() argument
3985 cnic_cm_process_kcqe(struct cnic_dev *dev, struct kcqe *kcqe) cnic_cm_process_kcqe() argument
4072 cnic_cm_indicate_kcqe(void *data, struct kcqe *kcqe[], u32 num) cnic_cm_indicate_kcqe() argument
[all...]
H A Dcnic.h85 #define KCQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kcqe))
179 struct kcqe **kcq;
272 struct kcqe *completed_kcq[MAX_COMPLETED_KCQE];
H A Dcnic_if.h70 struct kcqe { struct
369 void (*indicate_kcqes)(void *ulp_ctx, struct kcqe *cqes[],
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dcnic.c988 struct kcqe **kcq; in cnic_alloc_kcq()
997 kcq = (struct kcqe **) info->dma.pg_arr; in cnic_alloc_kcq()
1423 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes()
1549 struct iscsi_kcqe kcqe; in cnic_bnx2x_iscsi_init2() local
1550 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2()
1552 memset(&kcqe, 0, sizeof(kcqe)); in cnic_bnx2x_iscsi_init2()
1554 kcqe.completion_status = in cnic_bnx2x_iscsi_init2()
1576 kcqe.completion_status = ISCSI_KCQE_COMPLETION_STATUS_SUCCESS; in cnic_bnx2x_iscsi_init2()
1579 kcqe in cnic_bnx2x_iscsi_init2()
1878 struct iscsi_kcqe kcqe; cnic_bnx2x_iscsi_ofld1() local
1996 struct iscsi_kcqe kcqe; cnic_bnx2x_iscsi_destroy() local
2225 struct l4_kcq kcqe; cnic_bnx2x_offload_pg() local
2240 struct l4_kcq kcqe; cnic_bnx2x_update_pg() local
2350 struct fcoe_kcqe kcqe; cnic_bnx2x_fcoe_ofld1() local
2497 struct fcoe_kcqe kcqe; cnic_bnx2x_fcoe_destroy() local
2581 struct kcqe kcqe; cnic_bnx2x_kwqe_err() local
2887 struct kcqe *kcqe; cnic_get_kcqes() local
3940 cnic_cm_process_offld_pg(struct cnic_dev *dev, struct l4_kcq *kcqe) cnic_cm_process_offld_pg() argument
3971 cnic_process_fcoe_term_conn(struct cnic_dev *dev, struct kcqe *kcqe) cnic_process_fcoe_term_conn() argument
3983 cnic_cm_process_kcqe(struct cnic_dev *dev, struct kcqe *kcqe) cnic_cm_process_kcqe() argument
4070 cnic_cm_indicate_kcqe(void *data, struct kcqe *kcqe[], u32 num) cnic_cm_indicate_kcqe() argument
[all...]
H A Dcnic.h85 #define KCQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kcqe))
179 struct kcqe **kcq;
272 struct kcqe *completed_kcq[MAX_COMPLETED_KCQE];
H A Dcnic_if.h70 struct kcqe { struct
369 void (*indicate_kcqes)(void *ulp_ctx, struct kcqe *cqes[],
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1149 * @ofld_kcqe: connection offload kcqe pointer
1201 * @ofld_kcqe: connection offload kcqe pointer
1338 * @kcq: kcqe pointer
1343 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[], in bnx2fc_indicate_kcqe()
1348 struct fcoe_kcqe *kcqe = NULL; in bnx2fc_indicate_kcqe() local
1351 kcqe = (struct fcoe_kcqe *) kcq[i++]; in bnx2fc_indicate_kcqe()
1353 switch (kcqe->op_code) { in bnx2fc_indicate_kcqe()
1355 bnx2fc_fastpath_notification(hba, kcqe); in bnx2fc_indicate_kcqe()
1359 bnx2fc_process_ofld_cmpl(hba, kcqe); in bnx2fc_indicate_kcqe()
1363 bnx2fc_process_enable_conn_cmpl(hba, kcqe); in bnx2fc_indicate_kcqe()
[all...]
H A Dbnx2fc.h514 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[],
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1148 * @ofld_kcqe: connection offload kcqe pointer
1200 * @ofld_kcqe: connection offload kcqe pointer
1337 * @kcq: kcqe pointer
1342 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[], in bnx2fc_indicate_kcqe()
1347 struct fcoe_kcqe *kcqe = NULL; in bnx2fc_indicate_kcqe() local
1350 kcqe = (struct fcoe_kcqe *) kcq[i++]; in bnx2fc_indicate_kcqe()
1352 switch (kcqe->op_code) { in bnx2fc_indicate_kcqe()
1354 bnx2fc_fastpath_notification(hba, kcqe); in bnx2fc_indicate_kcqe()
1358 bnx2fc_process_ofld_cmpl(hba, kcqe); in bnx2fc_indicate_kcqe()
1362 bnx2fc_process_enable_conn_cmpl(hba, kcqe); in bnx2fc_indicate_kcqe()
[all...]
H A Dbnx2fc.h518 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[],
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2116 * @update_kcqe: kcqe pointer
2167 * @tcp_err: tcp error kcqe pointer
2194 * @iscsi_err: iscsi error kcqe pointer
2387 * @conn_destroy: conn destroy kcqe pointer
2420 * @ofld_kcqe: conn offload kcqe pointer
2473 * @kcqe: kcqe pointer
2478 static void bnx2i_indicate_kcqe(void *context, struct kcqe *kcqe[], in bnx2i_indicate_kcqe() argument
2486 ikcqe = (struct iscsi_kcqe *) kcqe[ in bnx2i_indicate_kcqe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2116 * @update_kcqe: kcqe pointer
2167 * @tcp_err: tcp error kcqe pointer
2194 * @iscsi_err: iscsi error kcqe pointer
2384 * @conn_destroy: conn destroy kcqe pointer
2417 * @ofld_kcqe: conn offload kcqe pointer
2470 * @kcqe: kcqe pointer
2475 static void bnx2i_indicate_kcqe(void *context, struct kcqe *kcqe[], in bnx2i_indicate_kcqe() argument
2483 ikcqe = (struct iscsi_kcqe *) kcqe[ in bnx2i_indicate_kcqe()
[all...]

Completed in 30 milliseconds